runtime/pprof.profMap.freeStk (field)

6 uses

	runtime/pprof (current package)
		map.go#L16: 	freeStk []uintptr
		map.go#L68: 	if len(m.freeStk) < len(stk) {
		map.go#L69: 		m.freeStk = make([]uintptr, 1024)
		map.go#L72: 	e.stk = m.freeStk[:len(stk):len(stk)]
		map.go#L73: 	m.freeStk = m.freeStk[len(stk):]